home *** CD-ROM | disk | FTP | other *** search
- -- card: 59443 from stack: in
- -- bmap block id: 59712
- -- flags: 0000
- -- background id: 29299
- -- name:
- ----- HyperTalk script -----
- on openCard
- set hilite of button 2 to false
- end openCard
-
-
- -- part 2 (field)
- -- low flags: 80
- -- high flags: 2004
- -- rect: left=127 top=199 right=257 bottom=368
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Word
-
-
- -- part 6 (button)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=302 top=1 right=19 bottom=347
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: mark
- ----- HyperTalk script -----
- on mouseEnter
- set hilite of button "mark" to true
- end mouseEnter
- on mouseDown
- hide card field "word"
- hide card field "date"
- show card field "mark"
- end mouseDown
-
-
-
- on mouseLeave
- set hilite of button "mark" to false
- end mouseLeave
-
-
- -- part 8 (field)
- -- low flags: 80
- -- high flags: 2004
- -- rect: left=110 top=150 right=271 bottom=426
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 21
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name: date
-
-
- -- part 10 (button)
- -- low flags: 00
- -- high flags: C000
- -- rect: left=206 top=0 right=20 bottom=255
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name:
- ----- HyperTalk script -----
- on mouseDown
- set hilite of card button 2 to true
- go to next card
- end mouseDown
-
-
-
- -- part 15 (field)
- -- low flags: 00
- -- high flags: 2004
- -- rect: left=129 top=125 right=226 bottom=375
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Word
-
-
- -- part contents for card part 2
- ----- text -----
- Select MAPS, DATE or MARK by highlighting them on the menu bar and clicking the mouse.
-
- -- part contents for card part 8
- ----- text -----
- The DATE feature allows to you restrict date searching and browsing by all of the following:
-
- One day or a range of days
- One month or a range of months
- One year or a range of years
-
- -- part contents for card part 15
- ----- text -----
- In this section, you will retrieve a MAP for the word FALKLAND Islands.
-
- Click on MAPS to select it on the menubar at the top of the screen.